home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / processes / kill < prev    next >
Encoding:
Text File  |  1993-10-26  |  462 b   |  10 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           kill ?signal? processlist
  4.                Send a signal to the each  process  in  the  list  pro-
  5.                cesslist,  if  permitted.   Signal,  if present, is the
  6.                signal number or the symbolic name of the  signal,  see
  7.                the  signal  system  call  manual  page.   The  leading
  8.                ``SIG'' is optional when the signal is specified by its
  9.                symbolic name.  The default for signo is 15, SIGTERM.
  10.